[[.GDALRasterBand: GDALRasterBand [[]] getter
Description
This function gives access to the GDALRasterBand using [[i]], where i is the band index to return.
Usage
# S3 method for GDALRasterBand
[[(x, blockX, blockY)
Value
Nothing, this is a setter
Arguments
- x
GDALRasterBand. Automatically obtained from GDALDataset[[]] call.
- blockX
Integer. The x index for block to access.
- blockY
Integer. The y index for block to access.